home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / MATHERR.H < prev    next >
C/C++ Source or Header  |  1990-09-02  |  575b  |  16 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of MathErr module:             *
  7. *****************************************************************************/
  8.  
  9. #ifndef MATH_ERR_H
  10. #define MATH_ERR_H
  11.  
  12. int MathError(char **FuncName);
  13. void PrintFPError(int Type);
  14.  
  15. #endif /* MATH_ERR_H */
  16.